home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / graphics / icon_related / icontools-2.01 / distfile < prev    next >
Text File  |  1995-12-22  |  2KB  |  77 lines

  1. /*
  2.  * Distfile
  3.  *
  4.  * (c)Copyright 1994,95 by Tobias Ferber, ukjg@rz.uni-karlsruhe.de
  5.  *
  6.  * This file is part of the IconTools distribution.
  7.  *
  8.  * IconTools is free software; you can redistribute them and/or modify
  9.  * it under the terms of the GNU General Public License as published
  10.  * by the Free Software Foundation; either version 1 of the License,
  11.  * or (at your option) any later version.
  12.  *
  13.  * IconTools is distributed in the hope that they will be useful,
  14.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.  * GNU General Public License for more details.
  17.  *
  18.  * You should have received a copy of the GNU General Public License
  19.  * along with this program; see the file COPYING.  If not, write to
  20.  * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  21.  */
  22.  
  23. /* $VER: $Id: Distfile,v 1.3 1995/07/20 16:20:52 tf Exp $ */
  24.  
  25. Distfile                   // This file
  26. COPYING                    // The GNU GENERAL PUBLIC LICENSE
  27.  
  28. CHANGES                    // History file (new changes first)
  29. README                     // Short information text
  30.  
  31. version.h                  // IconTools version information
  32.  
  33. icon2c.c   icon2c.000      // Version for all Amigas
  34.            icon2c.030      // For Amigas with a MC 68030 processor
  35.  
  36. opticon.c  opticon.000     // Version for all Amigas
  37.            opticon.030     // For Amigas with a MC 68030 processor
  38.  
  39. im.c       im.000          // Version for all Amigas
  40.            im.030          // For Amigas with a MC 68030 processor
  41.  
  42. memfn.c memfn.h
  43. opticon.info
  44.  
  45. opticon.rexx               // ARexx script for pattern support and non-overwrite usage
  46.  
  47. PatchIcons                 // A script to patch all icon files in a given path
  48. DMakefile                  // The Makefile for Matt Dillon's nice DICE
  49. Makefile                   // ... for __GNUC__
  50.  
  51. // Documentation
  52.  
  53. icontools.texi icontools.dvi icontools.guide
  54.  
  55.  
  56. INTERNAL:
  57.  
  58.   /*
  59.    * Copyrighted material -- Not included in the archive!
  60.    * Taken from the Commodore Native Developer Kit 3.1
  61.    */
  62.  
  63.   iffp/ilbmapp.h
  64.   iffp/packer.h
  65.   iffp/ilbm.h
  66.   iffp/iff.h
  67.   iffp/compiler.h
  68.   iffp/debug.h
  69.   iffp/iffpstrings.h
  70.  
  71.   modules/ilbmr.c
  72.   modules/loadilbm.c
  73.   modules/getbitmap.c
  74.   modules/iffpstrings.c
  75.   modules/unpacker.c
  76.   modules/parse.c
  77.